home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4D Feb Etrnls.cpt / Feb.Ext.rsrc / 4DTE_15021 < prev    next >
Text File  |  1988-02-16  |  718b  |  16 lines

  1. The routines ManageMap, GetMap, FillMap allow you to manage a multi-valued picture area. The user clicks on one picture to select it.
  2.  
  3. FillMap(Var;Expr_Pict)
  4.    Var is a LongInt containing the handle to the external area.
  5.    Expr_Pict is a picture expression
  6. FillMap adds in the area specified by Var, the picture specified by Expr_Pict.
  7.  
  8. GetMap(Var1;Var2)
  9.    Var1 is a LongInt containing the handle to the external area.
  10.    Var2 is a numeric variable
  11. Call GetMap in the during phase of the layout procedure to check if the user has clicked on a picture. If so, you get the ID of the picture in Var2.
  12.  
  13. ManageMap
  14.    This routine does not require parameters. ManageMap is the routine associated with the external area.
  15.  
  16.